Questions tagged [amazon-workdocs]

Amazon WorkDocs is a secure, managed, document collaboration and management service.

Amazon WorkDocs is a secure, managed, document collaboration and management service.

Although it at first look it resembles Dropbox and other file sharing apps, it is actually focusing more on the review process.

A number of APIs are available to integrate with the service.

17 questions
3
votes
5 answers

Cannot Delete AWS Directory

I want to delete an aws directory but when I try, it gives me this error: An Error Has Occurred Cannot delete the directory because it still has authorized applications. Please deregister the directory before proceeding. As it has said in the…
1
vote
0 answers

Amazon Workdocs, user and password

in my understanding, using the boto3 library to access the Workdocs API requires an authentication token, however, I have a user and password, which allows me to access the workdoc web interface. Is there a way to get an authentication token using…
ozw1z5rd
  • 3,034
  • 3
  • 32
  • 49
1
vote
0 answers

How to provide shared link for Amazon Workdocs through rest api or client provider?

Workdocs provides shared link concept on AWS but I didn't find any way to provide that programmatically. Although it provides download url for the file which is valid for certain period, there is no parameter to set time period for the same neither…
Akshat
  • 21
  • 1
1
vote
0 answers

Is there a way to upload large file in chunks/blocks through Amazon Workdocs api or it's client provider?

I completed the upload file part in Workdocs via rest api's. But in that, how does Workdocs handles large file upload, saw the InitiateDocumentVersionUpload api which doesnot indicate the restrictions on file size if any.
Akshat
  • 21
  • 1
1
vote
1 answer

Amazon Workdocs to S3 Problem with subscription following guide

My company is trying to sync a folder from Workdocs to S3. I am currently using an AWS guide from here: https://aws.amazon.com/es/blogs/storage/auto-sync-files-from-amazon-workdocs-to-amazon-s3/. I am facing an issue in the point 7. Setting up the…
1
vote
0 answers

API to create/update and delete AWS Workdocs Approval workflow

I am looking for the AWS Workdocs APIs to perform the below actions: To create the Approval Workflow. To edit the created Approval Workflow. To delete the workflow. To perform approval related actions. Please find the attached screenshot for…
uddeshya pratik
  • 71
  • 1
  • 2
  • 6
1
vote
1 answer

Programmatically access to Amazon workdocs

My company have a new requirement: users would like to have an online documents library in order to make versioning and collaborative work; at the same time they want to access/use these files via our web-application (that we already do). We are…
Nakakoue
  • 13
  • 1
  • 5
0
votes
0 answers

AWS Solution for Accounting SMB

I have a friend, managing own accounting company. It is real SMB segment with less than 10 employees. He has classic on-premise infrastructure, but is very interested on moving to cloud. Actual infrastructure state: 0. Windows workstations without…
0
votes
0 answers

AWS Workdocs file upload

I have a use case where I need to upload csv files to workdocs. I'm using golang language and I receive the error as "The request signature we calculated does not match the signature you provided." I'm using InitiateDocumentVersionUpload with IAM…
Sukruti
  • 1
  • 1
0
votes
1 answer

AWS WorkDocs : Your socket connection to the server was not read from or written to within the timeout period. Idle connections will be closed

I know there are similar cases to my problem but my case is about uploading a file with the WorkDocs API in php. I saw that this problem could be related to the file size but mine is only 1KB. I also saw that it could be a cURL bug (source:…
Fitspade
  • 377
  • 1
  • 11
0
votes
1 answer

How do I get an authentication token for a WorkDocsClient on the AWS WorkDocs API?

I'm currently working on a project using the AWS WorkDocs API and php. For some functions, it's necessary to have an authentication token. For example, the DescribeRootFolders service : I've a key and a secretKey to connect to the API via the…
0
votes
1 answer

Amazon WorkDocs - API for document download

With the Amazon WorkDocs API [1] I can list folders and files, create and delete folders, upload and delete files. But it seems there is no way to download a file. The GetDocument API [2] returns a JSON document which includes a 'DownloadUrl'…
josuegomes
  • 451
  • 4
  • 15
0
votes
1 answer

Is there a way to share a document in Workdocs via the Workdocs API?

as far as i know i can share or download a document in Workdocs via the Amazon Workdocs UI. I am trying to build a static website in a S3 bucket that offers a Link to a Workdoc document for download. Thus i have to share this document after…
w.eric
  • 321
  • 5
  • 15
0
votes
1 answer

How to filter AWS workspaces as per last user activity?

My organisation has 59 AWS workspaces now i have to delete all those which have not been accessed for more than 50 days. Is there a way where I can filter all the workspaces older than 50 days in console.
Njoi
  • 365
  • 1
  • 6
  • 16
0
votes
1 answer

Stopping Amazon WorkDocs syncing

I accidentally moved a folder containing a large number of files into my Amazon WorkDocs folder on the AWS Workspace. I have removed the folder but WorkDocs is still syncing pushing the files to the sync'ed directory. Is there a way to stop the…
Stacey
  • 4,825
  • 17
  • 58
  • 99
1
2