Questions tagged with Amazon WorkDocs

Content language: English

Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

Is there any way to get the download URI of a document Without using version id? I have the Item id of that document but don't have its version id. Is that single rest API that will take the latest version id by default and give the download URL as a response?
1
answers
0
votes
20
views
asked 2 months ago
on an m1 Macbook (Apple Silicon) upon launching a recently downloaded installed Amazon WorkDocs Drive, I'm getting an error that says: "WorkDocs Drive is not supported on Apple Silicon machines. To learn more...[...]" After accpeting the error, WorkDocs just shuts down. I'm running Ventura, but the error comes from Monterrey as well. I followed the instructions on this page that say that it IS supported: https://docs.aws.amazon.com/workdocs/latest/userguide/install-wdd-mac.html I downloaded the apple silicon installer here: https://amazonworkdocs.com/en/clients Any thoughts?
0
answers
0
votes
18
views
AWS
asked 2 months ago
I have UserId, and I need the root folder id for that particular user. What I have done is, used the DescribeUser API of AmazonWorkdocs And provided id in UserIds Query. This API is working fine in postman. But when I'm using the same for My project (NetCore) it returns {{"Message": "Invalid SigV4 credentials."}} The code is provided below. ``` var userRequest = new ESBMessage(); userRequest.LocalPath = String.Format("/api/v1/users"); userRequest.Http.Method = "GET"; //userRequest.Http.Query.Add("organizationId", OrganizationId); userRequest.Http.Query.Add("userIds", userId);// UserId contains id of user SetAuthenticationHeader(userRequest); var driveList = _client.CallRestApi(userRequest, GetRequestURI(), true); ```
1
answers
0
votes
34
views
asked 2 months ago
My workdocs has been syncing for nearly 5 days now. I was trying to sync a massive file of 96 gig but it doesn't seem to be working. Normally with my internet that 96gb file would take 24-36 hours. Nothing I copy is now going to the drive. It just seems to be stuck. Is there a way to see waht files are syncing or some type of progress bar so I can figure out what it is is stuck on?
0
answers
0
votes
13
views
asked 2 months ago
I want FolderId by given folderPath, for Example: My Docs\Publish\demo1 I have RootId for that User. Is that possible to get the Folder by prefix in Describe folder Content API? If I try to check hierarchically, I had to Apply to For loops : - One for Path, - Second, check the name of the correct one. Is That Any way to find the id by a prefix of any simpler and less time-consuming solution?
0
answers
0
votes
16
views
asked 2 months ago
Gentlemen, Usually the driver created with the workdocsclient has the name of the machine. Is there any way to put the username that was used in the workdocsclient.
3
answers
0
votes
28
views
Roney
asked 2 months ago
Wanted to see if there's a way to create set up multiple folders at once - currently in Work Docs i see the option to upload folders but to do that I can't have it be blank - needs to have a file in it.
1
answers
0
votes
20
views
asked 2 months ago
Wanted to see if there's a way to create set up multiple folders at once - currently in Work Docs i see the option to upload folders but to do that I can't have it be blank - needs to have a file in it.
1
answers
0
votes
13
views
asked 2 months ago
The WorkDocs pricing page mentions a certain monthly cost as the "WorkDocs user fee/month". In us-east-1 it's currently $5/month. *I assume this is the same cost per user regardless of whether it's an external user or one that's within one's directory service (like Simple AD)?* Here's a scenario: * You invite your customer (an external user) via email address to view a file. The customer follows the invite-link in their email and are prompted to create a password. *Is this the moment the WorkDocs bill goes up by $5/month?* * Your customer views the file and never needs to grab another file from WorkDocs ever again. Do you still keep paying $5/month for that user? If so, how do you disable the user? I assume they didn't get stored in your directory service? Would you just need to un-share all files they had access to to make them not a user anymore?
1
answers
0
votes
22
views
AWS
asked 2 months ago
I have just installed WorkDocs drive on Windows 11 but the icons indicating where the file is located (blue cloud , grey arrow etc) are not showing up. Is there a fix for this?
0
answers
0
votes
19
views
asked 3 months ago
There is a notification that WorkDocs Companion editor is going away and we should begin migrating to WorkDrive. When attempting to install WorkDrive on my Mac I get an error that WorkDrive is not supported with the Apple M1 Chip. What will be the edit options for complex editing if WorkDocs Companion goes away and I am unable to use WorkDrive?
2
answers
0
votes
41
views
AWS
asked 3 months ago
How can I share a folder which I have under My Documents so that the user will also see the folder under My Documents ? Currently he sees it under 'shared with me', which is a problem because I have a common application (ms-access database) which needs to link to files on one common location. I need all users to see the folder with the same name.
1
answers
0
votes
43
views
asked 3 months ago